翻訳と辞書
Words near each other
・ Anticipation (animation)
・ Anticipation (artificial intelligence)
・ Anticipation (Carly Simon album)
・ Anticipation (disambiguation)
・ Anticipation (genetics)
・ Anticipation (Josh Nelson album)
・ Anticipation (Lewis Black album)
・ Anticipation (song)
・ Anticipation (video game)
・ Anticipations
・ Anticipatory bail
・ Anticipatory democracy
・ Anticipatory exclusion
・ Anticipatory grief
・ Anticipatory repudiation
Anticipatory scheduling
・ Anticipatory socialization
・ Anticipatory Systems; Philosophical, Mathematical, and Methodological Foundations
・ Anticla
・ Anticla antica
・ Anticla flavaria
・ Anticla limosa
・ Anticla ortygia
・ Anticla rutila
・ Anticla symphora
・ Anticla tarasia
・ Anticlea
・ Anticlea (disambiguation)
・ Anticlea (moth)
・ Anticlea (plant)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Anticipatory scheduling : ウィキペディア英語版
Anticipatory scheduling
Anticipatory scheduling is an algorithm for scheduling hard disk input/output (I/O scheduling). It seeks to increase the efficiency of disk utilization by "anticipating" future synchronous read operations.
"Deceptive idleness" is a situation where a process appears to be finished reading from the disk when it is actually processing data in preparation of the next read operation. This will cause a normal work-conserving I/O scheduler to switch to servicing I/O from an unrelated process. This situation is detrimental to the throughput of synchronous reads, as it degenerates into a seeking workload.
Anticipatory scheduling overcomes deceptive idleness by pausing for a short time (a few milliseconds) after a read operation in ''anticipation'' of another close-by read requests.

Anticipatory scheduling yields significant improvements in disk utilization for some workloads. In some situations the Apache web server may achieve up to 71% more throughput from using anticipatory scheduling.
The Linux anticipatory scheduler may reduce performance on disks using Tagged Command Queuing (TCQ), high performance disks, and hardware RAID arrays. An anticipatory scheduler (AS) was the default Linux kernel scheduler between 2.6.0 and 2.6.18, by which time it was replaced by the CFQ scheduler.
As of kernel version 2.6.33, the Anticipatory scheduler (AS) has been removed from the Linux kernel. The reason being that while useful, the scheduler's effects could be achieved through tuned use of other schedulers (mostly CFQ, which can also be configured to idle with the slice_idle tunable). Since the anticipatory scheduler added maintenance overhead while not improving the workload coverage of the Linux kernel, it was deemed redundant.
== See also ==

* CFQ (Completely Fair Queuing)
* Deadline scheduler
* Native Command Queuing (NCQ)
* Noop scheduler
* Scheduling (computing)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Anticipatory scheduling」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.